home *** CD-ROM | disk | FTP | other *** search
/ HamCall (April 1991) / HAMCALL CD-ROM (Buckmaster)(April 1991).BIN / amateur / g8bpq / sysop.doc < prev    next >
Text File  |  1990-10-14  |  3KB  |  89 lines

  1. The first stage of the Remote Sysop facility is now available. The system
  2. also provides the same facilities locally.
  3.  
  4. Installation.
  5.  
  6. 1. Add an extra port to TNCPORTLIST (unless you have a spare)
  7.  
  8. 2. Add a suitible application name as the third APPLICATIONS Param, ie
  9.  
  10.      APPLICATIONS=BBS,,*SYSOP
  11.  
  12.    I suggest you use a name starting with a '*', as this will 'hide' the
  13.    command from the Valid Commands display.
  14.  
  15. 3« Creatσ ß file¼ PASSWORD.BPQ, containing a string of up to 80 characters.
  16.  
  17. 4. Run program SYSOP, with a single parameter of the TNCPORT specified above,
  18.    either on its own, or in a DesqView window
  19.  
  20.  
  21.  
  22. Commands may mow be entered directly on the PC, or remotely by connecting
  23. to the Node, and entering the APPL name (eg *SYSOP). When accessed remotely,
  24. a password prompt is sent, containing 5 random numbers in the range 1 to
  25. the length of the PASSWORD.BPQ string. The first command entered must be
  26. the corresponding five letters from the password string, or the user will 
  27. be disconnected.
  28.  
  29. Available Commands.
  30.  
  31. The following commands are supported:
  32.  
  33. BYE - Disconnect remote user (even if entered from console)
  34.  
  35. TXDELAY
  36. MAXFRAME
  37. FRACK
  38. RESPTIME
  39. PACLEN
  40. QUALITY
  41. PERSIST
  42.  
  43. The above display or update the corresponding parameter for a specified port,
  44.  
  45. eg   PACLEN 1 100
  46.      PERSIST 2 50
  47.  
  48. If the third parameter is omitted, the current value is displayed.
  49.  
  50. *** Warning ***  
  51.  
  52. At the moment the FRACK value is in 1/3sec units, and the TXDELAY is in
  53. 50ms units for HDLC cards, and 10ms units for KISS TNCs. I'll be sorting
  54. this out when I get the time to rationalize the timer code, but in the 
  55. meantime, I suggest you make a note of the current values before you
  56. start fiddling. 
  57.  
  58. Also KISS users should note that the params are only sent to the TNC every
  59. 5 mins or so, so the updated values may not take effect for a while.
  60.  
  61.  
  62. ROUTES
  63.  
  64. To display ROUTES table, enter ROUTES
  65.  
  66. To display entry for a particular neighbour, enter ROUTES Call Port,
  67.  
  68. eg   ROUTES G8BPQ-2 2
  69.  
  70. To update an entry, enter ROUTES Call Port Params
  71.  
  72. eg   ROUTES G8BPQ-2 2 100    - Set quality to 100
  73.      ROUTES G8BPQ-2 2 !         - Toggle 'Locked Route' Flag
  74.  
  75.  
  76. SAVENODES
  77.  
  78. Writes the ROUTES and NODES tables to the BPQNODES file.
  79.  
  80.  
  81. The SAVENODES function may also be invoked directly from the DOS command
  82. line - this function replaces BPQNODES.COM
  83.  
  84.      ie.  SYSOP SAVENODES
  85.  
  86.  
  87. Please let me know what other parameters you would like to be able to 
  88. update.
  89.